﻿2026-07-29T12:48:26.5390069Z ##[group]Run actions/checkout@v5
2026-07-29T12:48:26.5390857Z with:
2026-07-29T12:48:26.5391238Z   ref: ecbf582622e2b3e2af6bb5a403ac5b2017ff864c
2026-07-29T12:48:26.5391701Z   fetch-depth: 1
2026-07-29T12:48:26.5392082Z   repository: BigscreenVR/spt-bs-core
2026-07-29T12:48:26.5395263Z   token: ***
2026-07-29T12:48:26.5395626Z   ssh-strict: true
2026-07-29T12:48:26.5395992Z   ssh-user: git
2026-07-29T12:48:26.5396347Z   persist-credentials: true
2026-07-29T12:48:26.5396730Z   clean: true
2026-07-29T12:48:26.5397087Z   sparse-checkout-cone-mode: true
2026-07-29T12:48:26.5397521Z   fetch-tags: false
2026-07-29T12:48:26.5397873Z   show-progress: true
2026-07-29T12:48:26.5398241Z   lfs: false
2026-07-29T12:48:26.5398585Z   submodules: false
2026-07-29T12:48:26.5399027Z   set-safe-directory: true
2026-07-29T12:48:26.5399432Z   allow-unsafe-pr-checkout: false
2026-07-29T12:48:26.5400095Z ##[endgroup]
2026-07-29T12:48:26.6215083Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T12:48:26.6216591Z ##[group]Getting Git version info
2026-07-29T12:48:26.6217321Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-29T12:48:26.6218170Z [command]/usr/bin/git version
2026-07-29T12:48:26.6218622Z git version 2.43.0
2026-07-29T12:48:26.6231792Z ##[endgroup]
2026-07-29T12:48:26.6242881Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/62d2a802-5141-4cf3-8fb6-a5cdbd3157b4' before making global git config changes
2026-07-29T12:48:26.6244014Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T12:48:26.6246758Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-29T12:48:26.6282217Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-29T12:48:26.6303446Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T12:48:26.6314602Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T12:48:26.6317564Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T12:48:26.6363287Z HEAD
2026-07-29T12:48:26.6395564Z ##[endgroup]
2026-07-29T12:48:26.6397019Z [command]/usr/bin/git submodule status
2026-07-29T12:48:26.6577849Z ##[group]Cleaning the repository
2026-07-29T12:48:26.6580759Z [command]/usr/bin/git clean -ffdx
2026-07-29T12:48:30.5932399Z Removing .adapter-notify/
2026-07-29T12:48:30.5933573Z Removing target/
2026-07-29T12:48:30.5944360Z [command]/usr/bin/git reset --hard HEAD
2026-07-29T12:48:30.6378097Z HEAD is now at 5868b66d Merge ecbf582622e2b3e2af6bb5a403ac5b2017ff864c into 812d7158a207aa312a34d4b472f6b7a45cdfaeea
2026-07-29T12:48:30.6385890Z ##[endgroup]
2026-07-29T12:48:30.6386376Z ##[group]Disabling automatic garbage collection
2026-07-29T12:48:30.6390524Z [command]/usr/bin/git config --local gc.auto 0
2026-07-29T12:48:30.6418680Z ##[endgroup]
2026-07-29T12:48:30.6419310Z ##[group]Setting up auth
2026-07-29T12:48:30.6426045Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-29T12:48:30.6452967Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-29T12:48:30.6647379Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T12:48:30.6672531Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-29T12:48:30.6861936Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T12:48:30.6890559Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-29T12:48:30.7082560Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-29T12:48:30.7114682Z ##[endgroup]
2026-07-29T12:48:30.7115222Z ##[group]Fetching the repository
2026-07-29T12:48:30.7121965Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin ecbf582622e2b3e2af6bb5a403ac5b2017ff864c
2026-07-29T12:48:31.3537849Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-29T12:48:31.3538923Z  * branch              ecbf582622e2b3e2af6bb5a403ac5b2017ff864c -> FETCH_HEAD
2026-07-29T12:48:31.3560043Z ##[endgroup]
2026-07-29T12:48:31.3560971Z ##[group]Determining the checkout info
2026-07-29T12:48:31.3561746Z ##[endgroup]
2026-07-29T12:48:31.3564483Z [command]/usr/bin/git sparse-checkout disable
2026-07-29T12:48:31.3603314Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-29T12:48:31.3627272Z ##[group]Checking out the ref
2026-07-29T12:48:31.3629876Z [command]/usr/bin/git checkout --progress --force ecbf582622e2b3e2af6bb5a403ac5b2017ff864c
2026-07-29T12:48:31.3770021Z Previous HEAD position was 5868b66d Merge ecbf582622e2b3e2af6bb5a403ac5b2017ff864c into 812d7158a207aa312a34d4b472f6b7a45cdfaeea
2026-07-29T12:48:31.3775614Z HEAD is now at ecbf5826 docs(cli): regenerate the CLI reference for access-refresh, and name a path that parses
2026-07-29T12:48:31.3783162Z ##[endgroup]
2026-07-29T12:48:31.3820169Z [command]/usr/bin/git log -1 --format=%H
2026-07-29T12:48:31.3842515Z ecbf582622e2b3e2af6bb5a403ac5b2017ff864c
